home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / MPW Related / Animated Cursors / MenuTkl.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-09-14  |  305 b   |  13 lines  |  [TEXT/MPS ]

  1. #ifndef _menutkl_
  2. #define _menutkl_
  3. /******************************************************************************\
  4. * Function Declarations
  5. \******************************************************************************/
  6.  
  7. void StartMenus (void);
  8. void DoMenuEvent (long);
  9. void FixMenuDim (void);
  10.  
  11.  
  12. #endif
  13.